home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_RTF / Source / Makefile < prev    next >
Makefile  |  1993-07-10  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Convert_RTF
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Application.tiff
  16. DOCICONS = NeXT-rtf.tiff mac-rtf.tiff
  17.  
  18. LOCAL_RESOURCES = Convert_rtf.nib Help
  19.  
  20. CLASSES = FontEntry.m MacToNeXTRTFText.m NeXTToMacRTFText.m\
  21.           rtfController.m rtfConverter.m rtfFile.m rtfToken.m
  22.  
  23. HFILES = FontEntry.h MacToNeXTRTFText.h NeXTToMacRTFText.h\
  24.          rtfController.h rtfConverter.h rtfFile.h rtfToken.h
  25.  
  26. MFILES = Convert_RTF_main.m
  27.  
  28. SUBPROJECTS = shared.subproj
  29.  
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. MAKEFILE = app.make
  34. INSTALLDIR = $(HOME)/Apps
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. ICONSECTIONS =    -sectcreate __ICON app Application.tiff \
  39.         -sectcreate __ICON NeXT-rtf NeXT-rtf.tiff \
  40.         -sectcreate __ICON mac-rtf mac-rtf.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.